'Declaration
Public Overloads Function AddPolygonAnnot( _ ByVal BorderColor As Integer, _ ByVal BackColor As Integer, _ ByVal Points() As PointF _ ) As AnnotationPolygon
public AnnotationPolygon AddPolygonAnnot( int BorderColor, int BackColor, PointF[] Points )
public function AddPolygonAnnot( BorderColor: Integer; BackColor: Integer; Points: PointFarray of ): AnnotationPolygon;
public function AddPolygonAnnot( BorderColor : int, BackColor : int, Points : PointF[] ) : AnnotationPolygon;
public: AnnotationPolygon* AddPolygonAnnot( int BorderColor, int BackColor, PointF[]* Points )
public: AnnotationPolygon^ AddPolygonAnnot( int BorderColor, int BackColor, array<PointF>^ Points )
Parameters
- BorderColor
- BackColor
- Points